home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000272_fdc@sesame.cc.columbia.edu_Mon Sep 15 11:06:57 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  54 lines

  1. Article: 14514 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news-not-for-mail
  3. From: fdc@sesame.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: RTS/CTS flow control on output.
  6. Date: 15 Sep 2003 11:06:52 -0400
  7. Organization: Columbia University
  8. Lines: 37
  9. Message-ID: <bk4kic$3dr$1@sesame.cc.columbia.edu>
  10. References: <cf6cc183.0309150638.4018a773@posting.google.com>
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1063638413 2814 128.59.59.56 (15 Sep 2003 15:06:53 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 15 Sep 2003 15:06:53 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14514
  16.  
  17. In article <cf6cc183.0309150638.4018a773@posting.google.com>,
  18. icurmt <icurmtdude@yahoo.com> wrote:
  19. : I am running into this issue where sometimes I do not receive all the
  20. : bytes from other machine during a serial communication. I am currently
  21. : using ckermit version 8.0.200.
  22. :
  23. It probably won't make a difference, but the current version is 8.0.209:
  24.  
  25.   http://www.columbia.edu/kermit/ckermit.html
  26.  
  27. : ...Now, when I use my java program to
  28. : communicate with the same device then everything works fine. All the
  29. : bytes are correctly received. One noticeable change between the java
  30. : and the kermit program is the difference in their respective flow
  31. : control settings. In java, it is set as FLOWCONTROL_RTSCTS_OUT whereas
  32. : in kermit it is set flow rts/cts.
  33. : Is there a way to set only flow control "RTS/CTS out" in kermit.
  34. :
  35. No.  All flow control selections are presumed to be effective in both
  36. directions.
  37.  
  38. : Just
  39. : as an addl info, the comm protocol is set as follows in my kermit
  40. : program.
  41. : set line /dev/ttyS0
  42. : set flow rts/cts
  43. : set carrier-watch off
  44. : set file type binary
  45. : set modem type none
  46. : set speed 19200
  47. I don't see how disabling flow control in the incoming direction would
  48. prevent loss of incoming bytes.
  49.  
  50. - Frank
  51.